)>
Defined in Type: ListObservableSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public IDisposable Subscribe(IObserver<object> observer)
Summary: Subscribes an observer to the ListObservable which will be notified upon completion.
Parameters
| Name | Type | Description |
|---|---|---|
observer | IObserver | The observer to send completion or error messages to. |
Returns: IDisposable -- The disposable resource that can be used to unsubscribe.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | observer is null. |